home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1995 February: Tool Chest / Dev.CD Feb 95 / Dev.CD Feb 95.toast / Tool Chest / Development Tools & Languages / HyperCard Related / Rinaldi Collection / ArchiveContent 1.1 (US) / ArchiveContent 1.1 (US) / stylesheet_2387.css < prev   
Encoding:
Cascading Style Sheet File  |  1993-03-16  |  300 b   |  27 lines

  1.         .style1
  2.         {
  3.         }
  4.         .style2
  5.         {
  6.             font-weight: bold;
  7.         }
  8.         .style3
  9.         {
  10.             font-style: italic;
  11.         }
  12.         .style4
  13.         {
  14.             text-decoration: underline;
  15.             font-weight: bold;
  16.         }
  17.         .style5
  18.         {
  19.             letter-spacing: -0.1em;
  20.             font-weight: bold;
  21.         }
  22.         .style6
  23.         {
  24.             font-style: italic;
  25.             font-weight: bold;
  26.         }
  27.